(make_process): Initialize pty_flag to 0.
authorRichard M. Stallman <rms@gnu.org>
Mon, 3 Dec 2007 00:40:41 +0000 (00:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 3 Dec 2007 00:40:41 +0000 (00:40 +0000)
src/process.c

index 013aad401172316f243eec1ad432c4104deb0285..adf8af9670d9dd794343d0d9f786a471a3d6e5fc 100644 (file)
@@ -626,6 +626,7 @@ make_process (name)
   XSETFASTINT (p->tick, 0);
   XSETFASTINT (p->update_tick, 0);
   p->pid = 0;
+  p->pty_flag = 0;
   p->raw_status_new = 0;
   p->status = Qrun;
   p->mark = Fmake_marker ();